home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / TSFAQP15.ZIP / FAQPASB.TXT / text0000.txt < prev   
Encoding:
Text File  |  1993-08-07  |  6.3 KB  |  158 lines

  1. FAQPASB.TXT Bibliography of textbooks and references for frequently
  2. asked Turbo Pascal questions with Timo's answers.
  3.  
  4. Note that several of the references below will have later editions
  5. available, as is usual in this kind of literature with frequent
  6. compiler, program, and OS updates.
  7.  
  8. ..................................................................
  9. Prof. Timo Salmi      Co-moderator of comp.archives.msdos.announce
  10. Moderating  at  garbo.uwasa.fi anonymous FTP archives 128.214.87.1
  11. Faculty of Accounting & Industrial Management; University of Vaasa
  12. Internet:  ts@uwasa.fi  Bitnet:  salmi@finfun; FI-65101,   Finland
  13.  
  14. --------------------------------------------------------------------
  15.  
  16. From ts@uwasa.fi Sat Aug 7 00:00:59 1993
  17. Subject: Turbo Pascal Bibliography
  18.  
  19. A. *****
  20.  Q: BIBLIOGRAPHY, text-books:
  21.  
  22. Bielig-Schulz, G. & Schulz, Ch. (1990). 3D Graphics in Pascal. John
  23.   Wiley & Sons Ltd.
  24.  
  25. Brown, Ralf & Kyle, Jim (1991). PC Interrupts, A Programmer's
  26.   Reference to Bios, Dos, and Third-Party Calls. Addison-Wesley
  27.   Publishing Company. Inc.  (This is not a Turbo Pascal text-book,
  28.   but a very useful reference book for advanced Turbo Pascal and
  29.   other programmers. Ralf Brown is the author of the well-known
  30.   garbo.uwasa.fi:/pc/programming/inter*.zip interrupt list. The
  31.   book is based on the list, but the material is arranged by
  32.   subjects instead of chronological interrupt numbers).
  33.  
  34. Cooke, D & Craven, A H & Clarke, G M (1985). Statistical Computing
  35.   in Pascal. Mathematics Division, Edward Arnold Publishers Ltd.
  36.  
  37. Cooper, Doug (1992). Oh! Pascal! for Turbo Pascal 6.0 (3rd. Ed.),
  38.   W.W. Norton & Co, N.Y. (A description from the author: 894 pages,
  39.   16 full color, with 1.2 or 1.44 meg diskette. This edition was
  40.   written directly for TP6.0, and fully covers objects. The emphasis
  41.   is on modification of existing code; many long (100-500) line
  42.   projects, all using graphics, are supplied).
  43.  
  44. Duncan, Ray (1988). Advanced MS-DOS Programming. The Microsoft guide
  45.   for Assembly Language and C programmers. Microsoft Press. (Much
  46.   useful information on interrupts also for Turbo Pascal
  47.   programmers).
  48.  
  49. Dettmann, Terry (1989). Dos Programmer's Reference. Second edition,
  50.   revised by Jim Kyle. Que.
  51.  
  52. Dorfman, Len & Neuberger, Marc J. (1993). Turbo Pascal Memory
  53.   Management Techniques. Mindcreast/McGraw-Hill.
  54.  
  55. Duntemann, Jeff (1989). Complete Turbo Pascal. Third edition. Scott,
  56.   Foresman and Company.
  57.  
  58. Dutton, Frank (1989). Turbo Pascal Toolbox. Second edition. Sybex.
  59.  
  60. Ezzel, Ben (1989). Programming the IBM User Interface Using Turbo
  61.   Pascal. Addison-Wesley.  (Especially well suited for beginning
  62.   interrupt users.)
  63.  
  64. Jamsa, Kris (1988). Dos Power User's Guide. Osborne McGraw-Hill. (In
  65.   a way oldish, but has a very good number of examples of interrupt
  66.   programming mainly in Turbo Pascal.)
  67.  
  68. Jamsa. Kris (1993). Jamsa's 1001 Dos & PC Tips. Osborne &
  69.   McGraw-Hill. (Not any TP, but some useful interrupt and batch
  70.   lore.)
  71.  
  72. Jamsa, Kris & Nameroff, Steven (1987). Turbo Pascal Programmer's
  73.   Library. Borland-Osborne / McGraw-Hill.
  74.  
  75. Jamsa, Kris & Nameroff, Steven (1988). Turbo Pascal Programmer's
  76.   Library. Second edition. Borland-Osborne / McGraw-Hill.
  77.  
  78. Koffman, Eliol B. & Maxim, Bruce (1993). Turbo Pascal; with advanced
  79.   topics. 4th ed. Addison-Wesley. (This is a TP text-book best
  80.   suited for teaching.)
  81.  
  82. Norton, Peter & Wilton, Richard (1988). The New Peter Norton
  83.   Programmer's guide to the IBM PC & PS/2. Microsoft Press. (Much
  84.   useful information on interrupts and their background also for
  85.   Turbo Pascal programmers).
  86.  
  87. O'Brien, Stephen (1988). Turbo Pascal, Advanced Programmer's Guide.
  88.   Borland-Osborne / McGraw-Hill.
  89.  
  90. O'Brien, Stephen (1988). Turbo Pascal, The Complete Reference.
  91.   Borland-Osborne / McGraw-Hill.  (Much useful tricks including
  92.   fast input handling with BlockRead. But some of the codes have
  93.   not been properly updated since TP 3.)
  94.  
  95. O'Brien, Stephen (1989). Turbo Pascal 5.5, The Complete Reference.
  96.   Borland-Osborne / McGraw-Hill.
  97.  
  98. Ohlsen, Chris & Stoker, Gary (1989).  Turbo Pascal Advanced
  99.   Techniques. Que. (Also includes some useful inside tips.)
  100.  
  101. Porter, Kent (1987). Stretching Turbo Pascal. Advanced Programming
  102.   in the MS-DOS Environment. Brady, Prentice Hall.
  103.  
  104. Porter, Kent & Floyd, Mike (1990). Stretching Turbo Pascal. Version
  105.   5.5. Revised Edition. Brady, Prentice Hall. (In my opinion late
  106.   Porter's books are not up to his impressive standards shown in Dr.
  107.   Dobb's Journal.)
  108.  
  109. Press, William & Flannery, Brian & Teukolsky, Saul & Vetterling,
  110.   William (1986). Numerical Recipes. The Art of Scientific
  111.   Computing. Cambridge University Press. (The shareware version of
  112.   the extensive pascal codes of this book are available as
  113.   garbo.uwasa.fi:/pc/turbopas/nrpas13.zip).
  114.  
  115. Rugg, Tom & Feldman, Phil (1989). Turbo Pascal Programmer's Toolkit.
  116.   Que.  (I just hate it when TP text-books use include files which I
  117.   have to hunt high and low throughout the earlier text.)
  118.  
  119. Schildt, Herbert (1988). Advanced Turbo Pascal Version 4.
  120.   Borland-Osborne / McGraw-Hill.
  121.  
  122. Stivison, Douglas (1986). Turbo Pascal Library. Sybex.
  123.  
  124. Swan, Tom (1989). Mastering Turbo Pascal 5.5. Third edition. Hayden
  125.   Books.  (Best as a nice alternative reference of Turbo Pascal
  126.   keywords.)
  127.  
  128. Tischer, Michael (1990). PC System Programming. An in-depth
  129.   reference for the DOS programmer. Third printing. Abacus.
  130.  
  131. Tischer, Michael (1990). Turbo Pascal Internals. Abacus. (Can be
  132.   recommended for a deeper understanding of Turbo Pascal. Not for
  133.   beginners.)
  134.  
  135. Wood, Steve (1989). Using Turbo Pascal 5. Borland-Osborne /
  136.   McGraw-Hill.
  137.  
  138. Yester, Michael (1989). Using Turbo Pascal. Que.  (Useful also as
  139.   an introduction to more advanced usages.)
  140.  
  141.  
  142. BIBLIOGRAPHY, program etc handbooks:
  143.  
  144. 5.0 Turbo Analyst. TurboPower Software (1988).
  145.  
  146. 5.0 Turbo Professional.  TurboPower Software (1988). Later 5.5 Turbo
  147.   Objective? Not to be confused with Borland's Turbo-Assembler-
  148.   Debugger Turbo Professional package.
  149.  
  150. Microsoft MS-DOS User's Guide and User's Reference. Operating System
  151.   Version 3.3. Microsoft Corporation (1987).
  152.  
  153. Turbo Pascal. Numerical Methods Toolbox. Version 4.0. Borland
  154. International, Inc.
  155.  
  156. Turbo Profiler. Version 1.0. User's Guide. Borland International,
  157. Inc. (1990).
  158.